SftTabs/NET 6.0

BrightHighlightColor Property, SftTabs Class

Softel vdm, Inc.

Defines the border color used for bright areas exposed to a light source.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property BrightHighlightColor As Color

C#   

public Color BrightHighlightColor { get; set; }

C++   

public: property Color BrightHighlightColor {
        Color get();
        void set(Color value);
}

Property Value

The color used for bright areas exposed to a light source.

The default value is SystemColors.ControlLightLight.

Comments

The BrightHighlightColor property defines the border color used for bright areas exposed to a light source.

If the tab control uses Windows themes, the BorderColor property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com